-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "node-tmf",
"version": "0.0.3",
"description": "test for module in nodejs.",
"main": "lib/index.js",
"scripts": {
"test": "npm run test:common && npm run test:spec",
"test:common": "mocha -r ./lib/inject.js test/**/*.test.js",
"test:spec": "mocha -r ./test/mocha.env.js -r ./lib/inject.js test/**/*.spec.js",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlyzeng/node-tfm.git"
},
"keywords": [
"test",
"module",
"default",
"exports"
],
"author": "charlyzeng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlyzeng/node-tfm/issues"
},
"homepage": "https://github.com/charlyzeng/node-tfm#readme",
"directories": {
"lib": "./lib",
"test": "./test"
},
"engines": {
"node": ">= 10.12.0"
},
"devDependencies": {
"@tencent/eslint-config-tencent": "^0.12.2",
"@types/node": "^14.14.10",
"@types/power-assert": "^1.5.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"mocha": "^8.2.1",
"power-assert": "^1.6.1"
},
"dependencies": {}
}