-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 930 Bytes
/
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
{
"name": "virtualjs",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "tslint -c tslint.json \"src/**/*.ts\"",
"lint:fix": "tslint --fix -c tslint.json \"src/**/*.ts\"",
"build": "npm run lint && rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMNN321/virtual-js.git"
},
"author": "mmnn321",
"license": "MIT",
"bugs": {
"url": "https://github.com/MMNN321/virtual-js/issues"
},
"homepage": "https://github.com/MMNN321/virtual-js#readme",
"dependencies": {
"@types/jest": "^24.0.22",
"jest": "^24.9.0",
"rollup": "^1.26.3",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.25.2",
"ts-jest": "^24.1.0",
"tslint": "^5.20.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.2"
},
"devDependencies": {
"coveralls": "^3.0.7"
}
}