-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "auto-hyphen",
"version": "0.0.3",
"description": "This module is for automatic strain input and hyphenation input of the input.",
"main": "dist/index.js",
"typings": "index.d.ts",
"scripts": {
"prepublish": "npm build",
"build": "npm test && rollup -c",
"test": "nyc mocha src/**/*.spec.ts",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arusantimo/autoInputValue.git"
},
"author": "arusantimo",
"license": "ISC",
"bugs": {
"url": "https://github.com/arusantimo/autoInputValue/issues"
},
"homepage": "https://github.com/arusantimo/autoInputValue#readme",
"devDependencies": {
"@types/chai": "^4.0.8",
"@types/mocha": "^2.2.44",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^4.0.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.3.0",
"rollup": "^0.52.1",
"rollup-plugin-tslint": "^0.1.24",
"rollup-plugin-typescript2": "^0.8.4",
"rollup-plugin-uglify": "^2.0.1",
"source-map-support": "^0.5.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
}
}