Files
meteor/tools/tests/apps/modules/package.json

52 lines
1.6 KiB
JSON

{
"name": "modules-test-app",
"author": "Ben Newman <ben@meteor.com>",
"description": "Test app exercising many aspects of the Meteor module system.",
"private": true,
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/runtime": "^7.15.3",
"@polymer/lit-element": "0.7.1",
"@wry/context": "^0.4.0",
"acorn": "file:imports/links/acorn",
"aws-sdk": "^2.2.41",
"cli-color": "^0.2.3",
"github": "^0.2.4",
"graphql": "^14.3.1",
"immutable-tuple": "^0.4.4",
"jquery": "^3.5.1",
"jsx-import-test": "file:imports/links/jsx-import-test",
"lodash-es": "^4.17.7",
"markdown-to-jsx": "4.0.3",
"meteor-node-stubs": "^1.0.1",
"mobx": "5.8.0",
"moment": "^2.22.2",
"mssql": "^3.1.1",
"mysql": "^2.15.0",
"pify": "^4.0.1",
"puppeteer": "^2.1.1",
"react-dom": "^16.8.6",
"react-trello": "2.1.4",
"regenerator-runtime": "^0.11.1",
"stripe": "^4.4.0",
"styled-components": "^4.3.2",
"uuid": "^3.4.0",
"winston": "^2.3.1"
},
"scripts": {
"test": "METEOR_PROFILE=20 TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha",
"browser": "METEOR_PROFILE=20 TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha",
"test-packages": "TEST_BROWSER_DRIVER=puppeteer meteor test-packages --driver-package meteortesting:mocha packages/modules-test-package"
},
"meteor": {
"testModule": "tests.js",
"nodeModules": {
"recompile": {
"pify": "legacy",
"@polymer/lit-element": true
}
}
}
}