-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "@mini-code/base-func",
"version": "1.1.0",
"description": "",
"scripts": {
"publish:build": "npm publish ./dist --access public",
"release": "npm run build:ts; npm run publish:build",
"build:ts": "rm -rf ./dist; tsc; npm run copy-files-ts",
"copy-files-ts": "NODE_ENV=production node ./scripts/copy-files-ts.js",
"doc:dev": "cd website; npm run dev",
"build": "cd website; yarn; yarn build",
"test": "jest",
"coverage": "jest --collect-coverage",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minimal-studio/base-func.git"
},
"author": "sanget",
"license": "MIT",
"bugs": {
"url": "https://github.com/minimal-studio/base-func/issues"
},
"homepage": "https://github.com/minimal-studio/base-func#readme",
"devDependencies": {
"@mini-code/base-func": "^1.1.0",
"@types/jest": "^24.0.13",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"coveralls": "^3.0.9",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"fs-extra": "^8.1.0",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"typescript": "3.6.4"
}
}