UNPKG

986 BJSONView Raw
1{
2 "name": "aot-test-generators",
3 "version": "0.1.0",
4 "description": "Generate test suites for checks that already happened at build-time",
5 "homepage": "https://github.com/ember-cli/aot-test-generators#readme",
6 "bugs": {
7 "url": "https://github.com/ember-cli/aot-test-generators/issues"
8 },
9 "license": "Apache-2.0",
10 "author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
11 "files": [
12 "src",
13 "lib"
14 ],
15 "main": "lib/index.js",
16 "types": "lib/index.d.ts",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/ember-cli/aot-test-generators.git"
20 },
21 "scripts": {
22 "prepublish": "tsc",
23 "test": "mocha",
24 "tsc": "tsc"
25 },
26 "dependencies": {
27 "jsesc": "^2.5.0"
28 },
29 "devDependencies": {
30 "@types/chai": "^3.5.2",
31 "@types/mocha": "^2.2.41",
32 "@types/node": "^7.0.16",
33 "chai": "^3.5.0",
34 "mocha": "^3.3.0",
35 "ts-node": "^3.0.3",
36 "typescript": "^2.3.2"
37 },
38 "publishConfig": {
39 "tag": "latest"
40 }
41}