-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 783 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 783 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
{
"name": "tracksoul-master",
"version": "0.0.8",
"description": "<p align=\"center\"> <a href=\"https://github.com/CharlesArea/TrackSoul//\"> <img width=50% style=\"padding-top:0px\" src=\"https://i.ibb.co/Qcp1Rb7/logo-transparent.png\"> </a> </p> <br>",
"main": "rollup.config.js",
"directories": {
"test": "test"
},
"dependencies": {
"rollup-plugin-terser": "^6.1.0",
"rollup": "^2.18.1"
},
"devDependencies": {},
"scripts": {
"test": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CharlesArea/TrackSoul.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CharlesArea/TrackSoul/issues"
},
"homepage": "https://github.com/CharlesArea/TrackSoul#readme"
}