-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.51 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sage-tools",
"version": "0.0.6",
"description": "tools",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test-ts": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register test/TSTest/*.test.ts",
"test-js": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register test/TSTest/*.test.ts",
"test-script": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register test/TSTest/*.test.ts",
"build": "gulp",
"build-md": "gulp build-md",
"build-js": "gulp build-js",
"build-script": "gulp build-script"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sage-z/sage-tools.git"
},
"keywords": [
"tools"
],
"author": "sage [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/sage-z/sage-tools/issues"
},
"homepage": "https://github.com/sage-z/sage-tools#readme",
"dependencies": {
"debug": "^3.1.0",
"gulp-uglify": "^3.0.1",
"is-buffer": "^2.0.2",
"merge2": "^1.2.2",
"query-string": "^6.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^9.6.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browserify": "^16.1.1",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-typescript": "^4.0.1",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tsify": "^3.0.4",
"typescript": "^3.0.1",
"typings": "^2.1.1",
"vinyl-source-stream": "^2.0.0"
}
}