-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "wacky-tracky-client-html5",
"version": "1.0.0",
"description": "wacky-tracky ===",
"private": true,
"directories": {
"test": "test"
},
"scripts": {
"test": "nodeunit",
"build": "make"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wacky-tracky/wacky-tracky-client-html5.git"
},
"author": "jamesread",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wacky-tracky/wacky-tracky-client-html5/issues"
},
"homepage": "https://github.com/wacky-tracky/wacky-tracky-client-html5#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@parcel/packager-raw-url": "^2.13.3",
"@parcel/transformer-webmanifest": "^2.13.3",
"eslint": "^9.17.0",
"parcel": "^2.13.3",
"yarn": "^1.22.22"
},
"browserslist": [
"since 2019-01"
],
"dependencies": {
"@babel/runtime": "^7.26.0",
"@parcel/reporter-dev-server": "^2.13.3",
"acorn": "^8.14.0",
"babel-polyfill": "^6.26.0"
}
}