-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 984 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
{
"name": "power-assert-typescript-node-seed",
"version": "0.0.1",
"description": "Example project of power-assert in TypeScript and Node.js",
"main": "src/index.ts",
"scripts": {
"start": "ts-node --require ./tsnodeconfig src/index.ts",
"test": "mocha --require espower-typescript/guess \"test/**/*.ts\""
},
"directories": {
"test": "test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qsona/power-assert-typescript-node-seed.git"
},
"author": "qsona",
"license": "MIT",
"bugs": {
"url": "https://github.com/qsona/power-assert-typescript-node-seed/issues"
},
"homepage": "https://github.com/qsona/power-assert-typescript-node-seed#readme",
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/power-assert": "^1.5.3",
"espower-typescript": "^9.0.2",
"mocha": "^8.2.1",
"power-assert": "^1.6.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}