-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "mengrru-nes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"nes.css": "^2.3.0",
"svelte": "^3.44.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"rollup": "^2.61.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"sirv-cli": "^1.0.14",
"svelte-preprocess": "^4.10.1",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"scripts": {
"test": "jest --verbose false",
"build": "rollup -c && cp -r public/* build/",
"dev": "rollup -c -w",
"start": "cp -r public/* build/ && sirv build --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mengrru/NES-Emulator.git"
},
"author": "mengrru",
"license": "GPL",
"bugs": {
"url": "https://github.com/mengrru/NES-Emulator/issues"
},
"homepage": "https://github.com/mengrru/NES-Emulator#readme"
}