steevcss/package.json
Steev a4d9f9bd04
Some checks reported warnings
Gitea Actions Demo / create_release (pull_request) Has been cancelled
package.json aktualisiert
2023-10-03 17:12:08 +02:00

21 lines
367 B
JSON

{
"name": "steevcss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"author": "steev",
"license": "ISC",
"devDependencies": {
"node-sass": "*",
"parcel-bundler": "*",
"sass": "*"
},
"dependencies": {
"core-js": "*"
}
}