mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-14 00:27:55 +00:00
Refactor: Remove deps and scripts
This commit is contained in:
13
package.json
13
package.json
@@ -3,16 +3,7 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {},
|
||||||
"build:font": "node scripts/build-font.js",
|
"dependencies": {},
|
||||||
"build": "npm run build:font",
|
|
||||||
"lint": "node scripts/lint.js || exit 0",
|
|
||||||
"test": "node scripts/validate-font.js || exit 0",
|
|
||||||
"postinstall": "mkdir -p dist"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"opentype.js": "1.3.*",
|
|
||||||
"paper": "^0.12.17"
|
|
||||||
},
|
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user