22 "name" : " textlint-rule-no-hankaku-kana" ,
33 "repository" : {
44 "type" : " git" ,
5- "url" : " https://github.com/azu /textlint-rule-no-hankaku-kana.git"
5+ "url" : " https://github.com/textlint-ja /textlint-rule-no-hankaku-kana.git"
66 },
77 "author" : " azu" ,
889- "homepage" : " https://github.com/azu /textlint-rule-no-hankaku-kana" ,
9+ "homepage" : " https://github.com/textlint-ja /textlint-rule-no-hankaku-kana" ,
1010 "license" : " MIT" ,
1111 "bugs" : {
12- "url" : " https://github.com/azu /textlint-rule-no-hankaku-kana/issues"
12+ "url" : " https://github.com/textlint-ja /textlint-rule-no-hankaku-kana/issues"
1313 },
1414 "files" : [
1515 " src/" ,
2626 " japanese"
2727 ],
2828 "scripts" : {
29- "test" : " mocha test/ " ,
30- "build" : " NODE_ENV=production babel src --out-dir lib --source-maps " ,
31- "watch" : " babel src --out-dir lib --watch --source-maps " ,
29+ "test" : " textlint-scripts test" ,
30+ "build" : " textlint-scripts build " ,
31+ "watch" : " textlint-scripts build --watch" ,
3232 "prepublish" : " npm run --if-present build"
3333 },
3434 "devDependencies" : {
35- "babel-cli" : " ^6.8.0" ,
36- "babel-preset-es2015" : " ^6.6.0" ,
37- "babel-preset-jsdoc-to-assert" : " ^1.0.1" ,
38- "babel-preset-power-assert" : " ^1.0.0" ,
39- "babel-register" : " ^6.8.0" ,
40- "mocha" : " ^2.4.5" ,
41- "power-assert" : " ^1.3.1" ,
42- "textlint-tester" : " ^1.2.0"
35+ "textlint-scripts" : " ^1.2.2"
4336 },
4437 "dependencies" : {
4538 "match-index" : " ^1.0.1" ,
4639 "textlint-rule-helper" : " ^1.1.5"
4740 }
48- }
41+ }
0 commit comments