-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 Bytes
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": "webscripts",
"version": "1.0.0",
"description": "register of some script I use to improve my user experience on some websites",
"main": "index.js",
"scripts": {
"prepare": "lerna prepare",
"pretest": "tsc -p . --outDir build_test --module CommonJS",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PCouaillier/webScripts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PCouaillier/webScripts/issues"
},
"homepage": "https://github.com/PCouaillier/webScripts#readme",
"dependencies": {},
"devDependencies": {
"chai": "4.2.0",
"lerna": "3.13.2",
"mocha": "6.1.2",
"typescript": "3.4.3"
},
"jshintConfig": {
"esversion": 6
}
}