1
0
Fork 0
freesewing/packages/i18n/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2018-11-22 16:06:17 +01:00
{
"name": "@freesewing/i18n",
2019-05-11 08:16:37 +02:00
"version": "2.0.0-alpha.27",
"description": "Translations for the FreeSewing project",
2018-11-22 16:06:17 +01:00
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
2018-11-22 16:06:17 +01:00
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2018-11-22 16:06:17 +01:00
},
"keywords": [
"freesewing",
"i18n",
"internationalisation",
"languages",
"localisation",
"translation"
],
2018-11-22 16:06:17 +01:00
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"nodebuild": "BABEL_ENV=production rollup -c -o dist/index.js -f cjs",
2019-05-03 14:21:38 +02:00
"build": "npm run clean && npm run nodebuild",
"test": "echo \"i18n: No tests configured. Perhaps you'd like to do this?\" && exit 0",
2019-04-29 11:12:41 +02:00
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"peerDependencies": {
2019-05-11 08:16:37 +02:00
"@freesewing/pattern-info": "^2.0.0-alpha.27"
},
2019-05-11 08:14:49 +02:00
"dependencies": {},
"devDependencies": {},
2018-11-22 16:06:17 +01:00
"files": [
"dist/*",
2018-11-22 16:06:17 +01:00
"README.md",
"package.json"
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
"tag": "alpha"
2019-04-19 09:53:40 +02:00
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
2018-11-22 16:06:17 +01:00
}