-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"name": "code2mind",
"version": "1.0.0",
"description": "code2mind",
"main": "dist/code2mind.umd.js",
"repository": "git@github.com:robinwp/code2mind.git",
"types": "dist/index.d.ts",
"author": "robinwp <284595745@qq.com>",
"license": "MIT",
"private": false,
"scripts": {
"test": "jest test",
"build": "npm run test && rollup -c"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@types/jest": "^24.0.25",
"jest": "^24.9.0",
"rollup": "^1.27.13",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}