forked from mhartington/npm-mhartington
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 847 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
33
34
{
"name": "ccoppola",
"version": "1.0.3",
"description": "",
"main": "index.js",
"bin": {
"ccoppola": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agentender/npm-ccoppola.git"
},
"author": "Craigory Coppola",
"license": "MIT",
"bugs": {
"url": "https://github.com/agentender/npm-ccoppola/issues"
},
"homepage": "https://github.com/agentender/npm-ccoppola#readme",
"dependencies": {
"colorette": "1.0.7"
},
"devDependencies": {
"@types/jasmine": "^3.6.7",
"@types/node": "^14.14.35",
"jasmine": "^3.6.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"url-exists": "^1.0.3"
},
"scripts": {
"build": "tsc --p . && cp package.json dist/package.json",
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json"
}
}