-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.33 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
{
"name": "@pmndrs/assets",
"version": "0.0.0-semantic-release",
"description": "📦 Base64 encoded CC0 assets",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && make && npm run ts-declarations && npm run copy",
"ts-declarations": "tsc dist/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir dist --skipLibCheck",
"copy": "copyfiles package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\"",
"release": "semantic-release"
},
"devDependencies": {
"@gltf-transform/cli": "^3.4.0",
"copyfiles": "^2.3.0",
"json": "^11.0.0",
"semantic-release": "^20.1.1",
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/assets.git"
},
"keywords": [
"cc0",
"assets",
"pmndrs"
],
"author": "Antoine Bernier <[email protected]>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/pmndrs/assets/issues"
},
"homepage": "https://github.com/pmndrs/assets#readme",
"packageManager": "[email protected]"
}