forked from plusnew/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.08 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.08 KB
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
{
"name": "plusnew",
"version": "0.6.12",
"description": "ts component framework with an typesecure and functional approach",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "yarn run test && yarn run build",
"build": "webpack --config configs/webpack.prod.conf.js",
"test": "webpack --config configs/webpack.test.conf.js && karma start configs/karma.conf.js --no-auto-watch --single-run",
"test:watch": "concurrently \"webpack --config configs/webpack.test.conf.js --watch\" \"karma start configs/karma.conf.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/plusnew/plusnew.git"
},
"author": "Carlo Jeske",
"license": "MIT",
"bugs": {
"url": "https://github.com/plusnew/plusnew/issues"
},
"homepage": "https://github.com/plusnew/plusnew#readme",
"dependencies": {},
"devDependencies": {
"concurrently": "3.5.1",
"plusnew-karma-config": "0.5.69",
"plusnew-webpack-config": "0.5.94",
"tslint": "5.8.0",
"tslint-config-airbnb": "5.4.2",
"typescript": "3.0.1"
}
}