-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
39
40
41
42
43
44
45
46
47
48
{
"name": "@modular-rocks/core",
"version": "0.2.0-development",
"description": "Files and folders to logic",
"browser": "lib/index.js",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "jest",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"peerDependencies": {},
"devDependencies": {
"@dolgit/fakin-jax": "0.1.1-development",
"babel-core": "^6.0.14",
"babel-loader": "^7.1.5",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"nwb": "0.23.x",
"semantic-release": "^15.13.2",
"travis-deploy-once": "^5.0.11",
"babel-jest": "26.0.1",
"jest": "26.0.1"
},
"author": "Alex Dollery (DolNpm/DolGit)",
"homepage": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/modular-rocks/core.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {}
}