-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "nesro13",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npm-watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist out-tsc && tsc && rollup -c rollup.config.js",
"eslint": "node_modules/.bin/eslint src/**"
},
"author": "",
"license": "ISC",
"dependencies": {
"prettier": "^2.3.2"
},
"devDependencies": {
"@open-wc/building-rollup": "^1.10.0",
"@rollup/plugin-typescript": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"deepmerge": "^4.2.2",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"npm-watch": "^0.10.0",
"rimraf": "^3.0.2",
"rollup": "^2.53.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.3.5"
},
"watch": {
"build": "src"
}
}