-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"devDependencies": {
"broccoli-string-replace": "^0.1.2",
"ember-cli": "^3.1.4",
"scalar-js": "^0.0.14",
"tslint": "^5.10.0",
"typescript": "~2.9.1",
"@types/qunit": "^2.5.1",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0",
"broccoli-plugin": "^1.3.0",
"broccoli-rollup": "^2.1.0",
"broccoli-stew": "^1.5.0",
"broccoli-typescript-compiler": "^2.3.0",
"ember-cli-inject-live-reload": "1.7.0",
"glob": "^7.1.2",
"loader.js": "^4.7.0",
"qunitjs": "^2.4.1",
"rollup": "^0.59.4",
"rollup-plugin-buble": "^0.19.2"
},
"scripts": {
"tsc": "tsc -p . && tsc -p src/",
"build": "ember build --environment=production",
"start": "ember serve",
"prepublish": "npm run build",
"test": "ember test",
"test:server": "ember test --server",
"serve": "ember serve",
"lint": "tslint --project tsconfig.json"
},
"name": "tiny-rockets",
"version": "1.0.0",
"description": "tiny-rockets ts",
"main": "dist/index.js",
"author": "Marc Lynch <lynchmarc2@gmail.com>",
"license": "MIT"
}