0
0
mirror of https://github.com/NSIS-Dev/language-data synced 2021-06-06 17:45:17 +00:00
language-data/package.json
2020-08-09 01:00:22 +02:00

39 lines
848 B
JSON

{
"name": "@nsis/language-data",
"version": "0.7.4",
"description": "Data for contributed NSIS language files in JSON format",
"main": "index.js",
"scripts": {
"build": "node tools/build.js",
"test": "gulp lint"
},
"author": "Jan T. Sott",
"license": "Zlib",
"repository": {
"type": "git",
"url": "https://github.com/NSIS-Dev/language-data.git"
},
"keywords": [
"nsis"
],
"devDependencies": {
"@nsis/mui-language-strings": "^0.3.0",
"@nsis/nlf": "^0.7.1",
"globby": "^11.0.1",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-eslint": "^6.0.0",
"gulp-jsonlint": "^1.3.2",
"husky": "^4.2.5",
"makensis": "^0.21.1",
"rimraf": "^3.0.2",
"sort-keys": "^4.0.0",
"util": "^0.12.3"
},
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
}
}