-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 892 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
{
"name": "@sisyphus/sisyphus",
"version": "0.5.0",
"description": "cursed to try to maintain passing tests for all eternity",
"main": "lib/index.mjs",
"scripts": {
"build": "npx rollup -c rollup.config.js",
"test": "npm run --silent build -- sanity/check.mjs | node -r source-map-support/register"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fluffywaffles/sisyphus.git"
},
"keywords": [],
"author": "fluffywaffles <skorlir@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fluffywaffles/sisyphus/issues"
},
"homepage": "https://github.com/fluffywaffles/sisyphus#readme",
"devDependencies": {
"rollup": "^2.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"source-map-support": "^0.5.16"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@prettybad/util": "latest"
}
}