2018-11-22 16:06:17 +01:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "@freesewing/i18n",
|
2022-02-20 19:35:36 +01:00
|
|
|
"version": "2.20.7",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "Translations for the FreeSewing project",
|
2021-04-11 17:32:58 +02:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
2018-11-22 16:06:17 +01:00
|
|
|
"homepage": "https://freesewing.org/",
|
2019-04-19 17:31:44 +02:00
|
|
|
"repository": "github:freesewing/freesewing",
|
2018-11-22 16:06:17 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2018-11-22 16:06:17 +01:00
|
|
|
},
|
2021-09-02 18:45:47 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
|
|
|
"i18n",
|
|
|
|
"internationalisation",
|
|
|
|
"languages",
|
|
|
|
"localisation",
|
|
|
|
"translation"
|
|
|
|
],
|
2018-11-22 16:06:17 +01:00
|
|
|
"main": "dist/index.js",
|
2019-04-20 15:36:31 +02:00
|
|
|
"scripts": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"clean": "rimraf dist",
|
2020-08-08 17:20:08 +02:00
|
|
|
"build": "rollup -c",
|
2021-12-31 14:16:21 +01:00
|
|
|
"cibuild_step1": "rollup -c",
|
2022-02-19 10:07:43 +01:00
|
|
|
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
|
2019-04-29 11:12:41 +02:00
|
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
2019-05-02 12:37:14 +02:00
|
|
|
"pubforce": "npm publish",
|
2019-05-31 16:33:01 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2022-02-02 21:54:49 +01:00
|
|
|
"start": "rollup -c -w",
|
2022-02-19 10:43:22 +01:00
|
|
|
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js",
|
2022-02-13 12:48:15 +01:00
|
|
|
"prebuild": "node src/prebuild.mjs"
|
2019-05-02 12:37:14 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-02-20 19:35:36 +01:00
|
|
|
"@freesewing/pattern-info": "^2.20.7"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2021-04-11 17:32:58 +02:00
|
|
|
"dependencies": {},
|
2021-12-09 10:41:35 +01:00
|
|
|
"devDependencies": {
|
2022-02-05 19:47:15 +01:00
|
|
|
"js-yaml": "^4.1.0"
|
2021-12-09 10:41:35 +01:00
|
|
|
},
|
2018-11-22 16:06:17 +01:00
|
|
|
"files": [
|
2019-04-29 09:01:51 +02:00
|
|
|
"dist/*",
|
2018-11-22 16:06:17 +01:00
|
|
|
"README.md",
|
|
|
|
"package.json"
|
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
2022-02-17 19:11:27 +01:00
|
|
|
"tag": "latest"
|
2019-04-19 09:53:40 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"engines": {
|
2020-08-02 19:17:06 +02:00
|
|
|
"node": ">=12.0.0",
|
|
|
|
"npm": ">=6"
|
2020-08-08 17:20:08 +02:00
|
|
|
},
|
|
|
|
"rollup": {
|
|
|
|
"exports": "default"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2018-11-22 16:06:17 +01:00
|
|
|
}
|