-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 971 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
{
"name": "rubberduck-so",
"version": "1.1.11",
"description": "",
"main": "index.js",
"scripts": {
"clean": "find runkit-injection -name '*.js' -exec rm '{}' ';'",
"test": "npm run clean; env TS_NODE_PROJECT=\"test_tsconfig.json\" mocha --require ts-node/register **/*.spec.ts",
"prepublishOnly": "npm test && npm run build",
"build": "ESBUILD_OPTIONS='--bundle --platform=browser --outfile=./index.js' evanw ./index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminmarashi/rubberduck-so.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aminmarashi/rubberduck-so/issues"
},
"homepage": "https://github.com/aminmarashi/rubberduck-so#readme",
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"evanw": "^1.0.6",
"mocha": "^9.1.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}